home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12754 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: anvil.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Settle a bet please
  5. Date: 2 Apr 1996 09:33:39 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4jrodjINN8jl@anvil.ugrad.cs.ubc.ca>
  8. References: <4jfopb$o9n@news1.sympatico.ca> <Pine.A32.3.91.960329115428.76873B-100000@red.weeg.uiowa.edu> <3160ac92.4228059@netline-fddi.jpl.nasa.gov>
  9. NNTP-Posting-Host: anvil.ugrad.cs.ubc.ca
  10.  
  11. In article <3160ac92.4228059@netline-fddi.jpl.nasa.gov>,
  12. Kevin D. Quitt <kdq@emoryi.jpl.nasa.gov> wrote:
  13.  >On Fri, 29 Mar 1996 11:57:49 -0600, The Amorphous Mass
  14.  ><robinson@blue.weeg.uiowa.edu> wrote:
  15.  >>  If you want to use the array as a string, you have to set aside space 
  16.  >>for the null terminator ('null', not 'NULL').
  17.  >
  18.  >NUL, not null or NULL
  19.  
  20. Actually it is 'null', because that is the right english word that is vaguely
  21. synonmymous with zero, void The symbol NUL is specific to ASCII, I think, like
  22. FF=formfeed, LF=linefeed, EOT=end of text and others. Does EBCDIC also call its
  23. null character NUL?
  24. -- 
  25.  
  26.